Skip to main content

All Questions

0votes
0answers
156views

Concatenating files with delimiter in for loop

I'm loading data from the filesystem to postgres. I have 500 millions of single files, 1 json in each file. In order to be more efficient with postgres I want to load those in batches not as single ...
HWid's user avatar

close